runtime.itab.inter (field)
8 uses
runtime (current package)
iface.go#L68: m.inter = inter
iface.go#L112: if m.inter == inter && m._type == typ {
iface.go#L163: h := itabHashFunc(m.inter, m._type) & mask
iface.go#L193: inter := m.inter
iface.go#L416: if src.inter == dst {
iface.go#L427: if tab.inter == inter {
iface.go#L438: if tab.inter != inter {
runtime2.go#L952: inter *interfacetype
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |